﻿/* Theme */
.accent-1 {
    background-color: #235EAD; /*  admin/top bar, navigation tiles, formerly #3E90E0 */
    color: white;
}

.accent-2 {
    background-color: #0A2F61; /* project tile backgrounds, formerly #0EC070 */
    color: white;
}

.accent-3 {
    background-color: #0A2F61; /* action buttons, spec navigation, formerly #2e0571 */
    color: white;
}

.accent-3-disabled {
    background-color: #31507A; /* disabled spec navigation buttons, formerly #7764a3 */
    color: white;
}

.accent-4 {
    background-color: #61ad55; /* Not currently in use, formerly #ff6a00 */
    color: white;
}

.accent-5 {
    background-color: #104ea1; /* Not currently in use, formerly #929497 */
    color: white;
}
/* General */

#header-bar {
    color: #ffffff;
}

.mdl-module-editable {
    color: #ffffff;
    background-color: #104ea1;
}

.mdl-module-edit-toolbar {
    background-color: #0A2F61;
}

/*override for "remove" link unclear on certain backgrounds */
.mdl-module-edit-toolbar-button a {
    color: #ffffff;
}

/* getting rid of unsightly borders on module drag and drop toolbox */
.mdl-module-container {
    background-color: transparent;
}

#moduleToolbox {
    background: #ffffff;
}

#specificationTaskList {
    color: #323232;
}

.specTaskListMessage {
    background-color: #F7F5F2;
    border-left-color: #F3B200;
}

.link {
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0);
}

#logout-link, #logout-link a:visited, #logout-link a:hover {
    color: #ffffff;
}

/* Specification Details Module */
#spec-details-container {
    color: White;
}

.document-image-bg {
    background-color: transparent;
    background-position: right top; /* to ensure that background image doesn't run off the tile in the event of a long document name */
    background-repeat: no-repeat;
}

.filter-container {
    background-color: white;
}

.filter-background {
    background-color: #235EAD; /* background for specification filter box, formerly #2e0571 */
}

.edit #wrapper {
    background-color: #ffffff;
}

.form-navigation-link, .form-navigation-link-disabled {
    color: White;
}

/* Common Tile Style */

.tile-base {
    color: #d9f0f7; /* text color - formerly white */
}

/* Login */

#login-outer {
    color: White;
}
